home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / pdzip22.zip / PDZIP.DOC < prev   
Text File  |  1991-08-04  |  4KB  |  112 lines

  1.  
  2.                       PDZIP Archieving/Zip Utilities
  3.                       Version 2.2B -- August, 1991
  4.  
  5.  
  6.                             Ismail Arslangiray
  7.                               Charles Harper
  8.  
  9.  
  10.  Mailing Address:   GroupWare P.O. BOX 300
  11.                     Dupont, WA 98327-0300
  12.  
  13.  BBS: 206-581-9088
  14.  FAX: 206-588-1588
  15.  MCI-MAIL: 380-8667
  16.  CIS: 70274,423
  17.  BIX: Iarslangiray
  18.  Fido-Net: 1:138/116
  19.  
  20. License:
  21. ~~~~~~~
  22.  
  23. Non Commercial Usage:
  24. ---------------------
  25. These PDZIP utilities, FZIP and OpenZip, and the accompanying
  26. documentation are copyrighted materials, but may be freely used in any
  27. private application. No part of this material may be modified without
  28. written permission from the authors.
  29.  
  30. Commercial Usage:
  31. ----------------
  32. For commercial parties who may like to use this software as a part of
  33. their distribution package, installation ect. , we require them to
  34. register by sending two registered copies of their software to our
  35. address,
  36.  
  37. GroupWare  P.O. BOX 300 Dupont, WA 98327-0300
  38.  
  39. Goverment Usage:
  40. ---------------
  41. Other than educational purpose, such as school, universities ect. can
  42. use this software at free of charge. But any other usage for local or
  43. federal goverments usages are subject to registration.
  44.  
  45. The authors disclaim all warranties, expressed or implied.  The authors
  46. will assume no liability for damages either from the direct use of these
  47. products or as a consequence of the use of these products.
  48.  
  49. Packing List:
  50. ~~~~~~~~~~~~
  51.      There should be four files in this self-extracting ZOO archive:
  52.  
  53. FZIP.EXE  ---- the program that creates 'ZIP' compatible archives.
  54. OPENZIP.EXE -- the program that un-zips archives.
  55. PDZIP.DOC ---- this document.
  56.  
  57. Trademarks
  58. ~~~~~~~~~~
  59.  
  60.   PKZIP and PKUNZIP are copyrighted by and trademarks of PKWARE Inc.
  61.   ZOO is copyrighted by Resul Deshi
  62.  
  63. Why did we write these programs?
  64. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  65. Both of us are Fido-Net sysops and operate Fido-Net Boards. We enjoy
  66. programming and and wanted to contribute to the computing world.  We
  67. hope you find these programs useful!
  68.  
  69. If you have any comments or feedback, you can reach us at any of the
  70. phone numbers shown above.  Your comments will help us improve these
  71. programs.
  72.  
  73. It should be noted that it is not our intention to compete with Phil
  74. Katz's (PKWARE) business.  His programs offer more features and are
  75. accordingly larger. .ZIP file format is in public domain!..
  76.  
  77.  
  78.  
  79. FZIP.EXE
  80. ~~~~~~~~
  81. This utility is a clone of PKZIP.EXE program. It is a slightly
  82. simplified version that creates compatible format ZIP files. It will
  83. take a slightly longer to create the ZIP and the finished file will be
  84. slightly larger.
  85.  
  86.    Usage:   Fzip Filename [filespec [...]]
  87.    Example: Fzip Filename *.* or *.Ext
  88.  
  89.    Filename -- Filename of zip-compatible file to create.
  90.             -- The .ZIP extension is assumed and need not be specified.
  91.  
  92.    Filespec -- The files to be converted to a ZIP-format archive.
  93.             -- A maximum of ten files may be listed.
  94.             -- The filespec may contain valid DOS wildcard characters.
  95.             -- The filespec may (optionally) include the drive:path\
  96.             -- If no filespecs are entered, *.* is used. (That is, FZIP
  97.                      will attempt to create an archive containing all
  98.                      the files in the current directory.
  99.  
  100. OPENZIP.EXE
  101. ~~~~~~~~~~~
  102. This utility is a clone of PKUNZIP.EXE file. It doesn't have all the
  103. features of PKUNZIP, but it is close in performance to PKUNZIP.
  104.  
  105.    Usage: OpenZip Filename
  106.    Example: OpenZip Filename,
  107.  
  108.    Filename -- the .ZIP extension is assumed.
  109.             -- Note that valid DOS wildcards may be used, but only one
  110.                      file may be specified.
  111.  
  112.